home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1998 November
/
Freeware November 1998.img
/
dist
/
fw_GNUbash.idb
/
usr
/
freeware
/
src
/
bash-1.14.6
/
configure.z
/
configure
Wrap
Text File
|
1998-01-21
|
251b
|
9 lines
#!/bin/sh
#
# This shell script does nothing since Bash doesn't require
# configuration to be forced on it; it auto-configures. You can
# change the location of the source directory with +srcdir.
#
echo "Bash is configured to auto configure."
exit 0